home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 6⁄29⁄90 / 0151-Re How to debug C++⁄-Jun90 < prev    next >
Encoding:
Text File  |  1990-06-29  |  876 b   |  26 lines  |  [TEXT/GEOL]

  1. Item    9542842                         29-June-90        10:15PDT
  2.  
  3. From:   V0683                           Amoco Tech, Eric Berdahl,VAR
  4.  
  5. To:     X1783                           Stross, Kenner,VCA
  6.         CPLUS.DEV$                      C++ Interest List--Developers
  7.  
  8. Sub:    Re: How to debug C++/MacApp?
  9.  
  10. Kenner,
  11.  
  12. C++ member functions are not recognized by the MacApp debugger, kind of.  The
  13. only member functions I've really worked with in this regard are those that are
  14. declared virtual pascal in a PascalObject or one of its subclasses (ie: MacApp
  15. objects or inheriting from TObject).  These member functions work fine.  If I
  16. need anything more, I use MacsBug or TMON.
  17.  
  18. As for SADE, I don't know how mangling works, but I've successfully debugged
  19. pure C++ programs in SADE with no problem.
  20.  
  21. Hope this helps,
  22. Eric Berdahl
  23. Amoco Technology Company
  24. AppleLink: V0683
  25.  
  26.